std::basic_istream::sentry
From Cppreference
< cpp | io | basic istream
| C++ Standard Library | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Input/output library | |||||||||||||||||
| basic_istream::sentry | |||||||||||||||||
| |||||||||||||||||
| Defined in header <istream>
|
||
| class sentry;
|
||
| This section is incomplete |
[edit] Member functions
|
constructs the sentry object. All the preparation tasks are done here (public member function) |
|
|
checks if the preparation of the stream object was successful (public member function) |
|